Xceed .NET Libraries Documentation
Xceed.SSH.Core Assembly / Xceed.SSH.Core Namespace / GenericObjectCache<T> Class
Members


In This Topic
    GenericObjectCache<T> Class
    In This Topic
    Syntax
    'Declaration
     
    Public Class GenericObjectCache(Of T As {Class, New}) 
       Inherits ObjectCache(Of T)
       Implements System.IDisposable 
    'Usage
     
    Dim instance As GenericObjectCache(Of T)
    public class GenericObjectCache<T> : ObjectCache<T>, System.IDisposable  
    where T: class, new()
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       Xceed.SSH.Core.ObjectCache<T>
          Xceed.SSH.Core.GenericObjectCache<T>

    Public Constructors
    Public Methods
     NameDescription
    Public Method (Inherited from Xceed.SSH.Core.ObjectCache<T>)
    Public MethodOverloaded.  (Inherited from Xceed.SSH.Core.ObjectCache<T>)
    Public Method (Inherited from Xceed.SSH.Core.ObjectCache<T>)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden.   
    Protected Method (Inherited from Xceed.SSH.Core.ObjectCache<T>)
    Protected Method (Inherited from Xceed.SSH.Core.ObjectCache<T>)
    Protected Method (Inherited from Xceed.SSH.Core.ObjectCache<T>)
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also